-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reslice mapper representation #112
base: master
Are you sure you want to change the base?
Conversation
Depends on Kitware/vtk-js#2839 |
Overall LGTM. Still haven't tested it. Will port over to beta when this is merged. |
I see 2839 has been merged. Once this PR has been updated, I will test it out. |
Do I need to modify the minimum vtk-js version or will the latest be automatically pulled? The new release puts vtk-js at v28.2.1 |
The package-lock.json will need to be updated with an Also, I just realized this is a breaking change, since we are requiring a new major version of vtk.js as a dependency. In that case, I'll rewrite this with your input onto the beta branch. Once that's done, we can close this instead of merging. |
Exposes the vtk-js vtkImageResliceMapper as a representation in react-vtk-js